home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13352 < prev    next >
Encoding:
Text File  |  1996-08-05  |  654 b   |  28 lines

  1. Path: red.seas.upenn.edu!son
  2. From: son@red.seas.upenn.edu (Sonny)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: clearing the screen, in Linux
  5. Date: 25 Mar 1996 08:08:27 GMT
  6. Organization: University of Pennsylvania
  7. Message-ID: <4j5k9r$as1@netnews.upenn.edu>
  8. References: <31564CDA.DB1@ljusdal.se>
  9. NNTP-Posting-Host: red.seas.upenn.edu
  10. X-Newsreader: TIN [version 1.2 PL2-upenn1.3]
  11.  
  12. use the system function in 
  13. #include<stdlib.h>
  14.  
  15. system("clear");
  16.  
  17. Marcsu (marcus.berggren@ljusdal.se) wrote:
  18. : Could someone plese help me with this one!
  19. : I need to know what function to call and what header file to include.
  20.  
  21. : Be well
  22.  
  23. : /marcsu
  24.  
  25. : marcus.berggren@ljusdal.se
  26.  
  27. --
  28.